home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 3
/
Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso
/
module
/
utilities
/
delitracker130
/
rexx
/
dt_prefswin.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-10-14
|
296b
|
26 lines
/* DeliTracker - open/close PrefsWindow */
address 'rexx_DT'
options results
status G pwi
if result == "no" then do
openprefswin
end
else do
closeprefswin
end
status G pwi
if result == "no" then do
say "Setup Window is now closed..."
end
else do
say "Setup Window is now open..."
end